home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / grafika / k7548 / win31 / install.inf < prev    next >
INI File  |  1996-09-11  |  19KB  |  359 lines

  1. # INSTALL.INF Script file for INSTALL.EXE Application Installer Program
  2. # Copyright (c) 1995 Cirrus Logic, Inc. - All rights reserved.
  3.  
  4. # INSTALL.INF and INSTALL.EXE names can be renamed but must be the same.
  5. # Notice: MAXIMUM LENGTH OF FILE THAT WILL BE PARSED = 20000 BYTES
  6. #
  7. # First letter significant example: Y|y,N|n for "yes" and "no" (y|n).
  8. # Use w|s for Windows or System directory.
  9.  
  10.  
  11. [Initialize]
  12. ApplicationName   =   GD7548 Windows 3.1x Driver 1.20 Install
  13.  
  14.  
  15. # Default Directory: 
  16. # Directory appears in the Welcome window, user is allowed to change this.
  17. # Recommend to use a drive letter, else the default drive is the drive of 
  18. # INSTALL.EXE. Use {w}|{s} for Windows or System directory.
  19. # Use no spaces in path. Beware of the backslash as demonstrated below:
  20. # DefaultDir{D}   =   c:vgautil    // current working directory(CWD) of C:
  21. # DefaultDir{D}   =   c:\vgautil   // root of C:
  22. # DefaultDir{D}   =   vgautil      // CWD of INSTALL.EXE
  23. # DefaultDir{D}   =   \vgautil     // root of CWD
  24. # DefaultDir{D}   =   {S}vgautil   // System directory     
  25. # DefaultDir{D}   =   {s}\vgautil  // root of System drive
  26. # DefaultDir{D}   =   {W}vgautil   // Windows directory
  27. # DefaultDir{D}   =   {w}\vgautil  // root of Windows drive
  28. #
  29. #
  30. DefaultDir{D}   =   {W}vgautil
  31.  
  32.  
  33. # Destination Disk Space Needed:
  34. # The application destination and the Windows directory may not be on 
  35. # different drives, so available space must be checked for each.
  36. # If sizes (kilobytes KB) are accurate, this can prevent the installer from 
  37. # terminating midway because of a disk space shortage.
  38.  
  39. DstDiskSpaceApplication  =  1299
  40. ;                         WinMode.ini
  41. DstDiskSpaceWindows      =  154
  42. ;                         fonts + "drivers"
  43. DstDiskSpaceSystem       =  698 +  1279
  44.  
  45.  
  46. # y|n                                 (default) 
  47. #
  48. ShowDirectoryCreateMeter = No      // (Yes) show meter while creating directories
  49. ShowInstructions         = yes     // (No)  show [Instructions] before installation
  50. ShowCopyFileDescription  = yes     // (Yes) show [Files] description during file copy
  51.  
  52.  
  53. # Readme File:
  54. # File shown in last window of installation.
  55. # Text file located with INSTALL.EXE.
  56. #
  57. # ReadmeFile = utils\Reados2.txt
  58. #ReadmeFile = Reados2.txt
  59.  
  60.  
  61. # Language Parse Readme File:
  62. # Message displayed in the current Windows language.
  63. # File having language tokens (IDL_ in caps) separate blocks of text, for example, 
  64. # "IDL_French" or "IDL_Japanese" or "IDL_UKEnglish".  "IDL_English" can be 
  65. # used, but untokened text at the start of the file defaults as English.
  66. # No tokens found defaults as English, thus showing the entire file. 
  67. # Precaution: if a token happens to appear in an english text file (not likely),
  68. # the text will be cut; so "no" will assure this not happening.
  69. #
  70. # y|n                                 (default) 
  71. #
  72. LanguageParseReadmeFile  = no      // (No)
  73.  
  74. #
  75. # Load Dynamic Link Library:
  76. # Specific library used for Cirrus Logic installations. 
  77. # No library for no custom installation using script file.
  78. # File located with INSTALL.EXE.
  79. # .
  80. ;LoadDLL = instlib.dll
  81. ;LoadDLL  = instvdd.dll
  82.  
  83.  
  84. [Background Title]
  85. # Title for background fountain window (max. length 51 to fit in window)
  86.  
  87. English  = CL-GD7548 Drivers and Utilities for Windows
  88. Danish   = CL-GD7548 drivere og hjµlpevµrkt°jer til Windows
  89. Dutch    = CL-GD7548 Stuur- en hulpprogramma's voor Windows
  90. French   = Gestionnaires et utilitaires CL-GD7548 pour Windows
  91. German   = CL-GD7548-Treiber und -Dienstprogramme fⁿr Windows
  92. Italian  = Driver e utilitα di CL-GD7548 per Windows
  93. Portuguese Brazil = Unidades CL-GD7548 e utilit+arios para Windows
  94. Spanish  = Controladores y utilidades CL-GD7548 para Windows
  95. Spanish Modern = Unidades CL-GD7548 y utilitarios para Windows
  96. Swedish  = CL-GD7548 drivrutiner och funktioner f÷r Windows
  97. Finnish  = CL-GD7548 -ajurit ja -apuohjelmat Windowsille
  98. Norwegian  = CL-GD7548-drivere og -hjelpeprogrammer for Windows
  99. Portuguese = Drivers e Utilitßrios CL-GD7548 Drivers para Windows
  100.  
  101. Japanese = CL-GD7548 âhâëâCâo é╞âåü[âeâBâèâeâB(Windowsö┼)
  102.  
  103. [Instructions]
  104. # Opening dialog box will display this short message.
  105. # Maximum length = 400+ characters, default is English for unsupported language. 
  106.  
  107. English  = Notice:   Before new display drivers can be installed, the Windows environment
  108. English  = must be running with one of Windows original display drivers, such as VGA.  If
  109. English  = this is not true, exit now and use Windows Setup, change to one of these drivers.
  110.  
  111. Danish   = Bemµrk: F°r nye skµrmdrivere kan installeres, skal Windows-milj°et k°re med Θn 
  112. Danish   = af de originale Windows-drivere, som f.eks. VGA. Hvis det ikke 
  113. Danish   = er tilfµldet, skal du afslutte programmet nu og skifte til en af de nµvnte drivere
  114. Danish   = ved hjµlp af Windows Installation.
  115.  
  116. Dutch    = Let op:   Als u nieuwe schermstuurprogramma's wilt installeren moet Windows
  117. Dutch    = gestart zijn met een van de eigen stuurprogramma's, zoals VGA. Zo niet,
  118. Dutch    = dan stopt u nu en stelt u een van deze stuurprogramma's in met Windows Setup.
  119.  
  120. French   = Attention : Pour que l'installation des nouveaux gestionnaires d'affichage soit
  121. French   = possible, l'environnement Windows doit Ωtre configurΘ avec un des gestionnaires
  122. French   = d'origine, tel que VGA. Si ce n'est pas le cas, vous devez quitter et
  123. French   = utiliser le programme d'installation de Windows pour changer les paramΦtres d'Θcran.
  124.  
  125. German   = Hinweis:   Bevor neue Anzeigetreiber installiert werden k÷nnen, mu▀ Windows mit einem der
  126. German   = ursprⁿnglichen Windows-Treiber, wie z.B. VGA, ausgefⁿhrt werden. Ist dies nicht
  127. German   = der Fall, beenden Sie das Programm jetzt, und wechseln Sie mit Windows-SETUP zu einem dieser Treiber ⁿber.
  128.  
  129. Italian  = Nota:   prima di poter installare nuovi driver video, l'ambiente Windows deve essere
  130. Italian  = eseguito con uno dei driver originali di Windows, come ad esempio VGA. Se cos∞
  131. Italian  = non fosse, uscire e impostare uno di questi driver utilizzando il Setup di Windows.
  132.  
  133. Portuguese Brazil = Nota: Antes que as novas unidades  de exposiτπo sejam instaladas, o ambiente Windows deve estar com uma das unidades originais de Windows como VGA.
  134. Portuguese Brazil = Se isto nπo for positivo, saia agora e, utilizando a Estrutura Windows, mude-se para uma destas unidades.
  135.  
  136. Japanese = Æìê╙:   âfâBâXâvâîâC âhâëâCâoé≡âCâôâXâgü[âïé╖éΘæOé═üAWindowsòtæ«é╠âhâëâCâo(VGA)é≡
  137. Japanese = Ägùpé╡é╜è┬ï½é╔é╡é─é¡é╛é│éóíÄgùpâhâëâCâoé¬ê┘é╚éΘÅΩìçüAWindowsé╠âZâbâgâAâbâvé≡Ä└ìsé╡é─üA
  138. Japanese = ÅπïLé╠Å≡îÅé╔ò╧ìXé╡é─é¡é╛é│éóí
  139.  
  140. Spanish  = Advertencia: para poder instalar los nuevos controladores de pantalla, Windows debe estar
  141. Spanish  = utilizando alguno de sus controladores originales, ya sea VGA. Si no es Θste
  142. Spanish  = el caso, seleccione Salir y utilice Instalar Windows para activar uno de los controladores citados.
  143.  
  144. Spanish Modern = Nota: Antes de instalar las nuevas unidades de pantalla, el ambiente Windows debe ejecutarse con una unidad original como VGA.  
  145. Spanish Modern = Si no es el caso, salga ahora y, utilizando la Estructura Window cßmbiese a uno de estas unidades.
  146.  
  147. Swedish  = Obs! Innan nya drivrutiner f÷r bildskΣrmen kan installeras mσste Windows-milj÷n k÷ras med
  148. Swedish  = en originaldrivrutin f÷r Windows, t ex VGA. Om sσ inte Σr fallet avslutar du nu
  149. Swedish  = och Σndrar till nσgon av dessa drivrutiner med hjΣlp av Windows installationsprogram.
  150.  
  151. Finnish  = Huomautus:  Ennen kuin uusia nΣytt÷ajureita voi asentaa, Windows-ympΣrist÷ssΣ pitΣΣ olla kΣyt÷ssΣ
  152. Finnish  = jokin Windowsin alkuperΣisistΣ ajureista, esimerkiksi VGA. Jos nΣin ei ole, lopeta tΣmΣ ohjelma nyt,
  153. Finnish  = kΣynnistΣ Windowsin asennusohjelma ja vaihda kΣytt÷÷n jokin alkuperΣisistΣ ajureista.
  154.  
  155. Norwegian  = Obs!  F°r du kan installere nye skjermdrivere, mσ Windows-milj°et kj°re med en av de
  156. Norwegian  = opprinnelige driverne for Windows, for eksempel VGA. Hvis dette ikke er 
  157. Norwegian  = tilfellet, mσ du avslutte nσ og bruke installasjonsprogrammet for Windows til σ bytte til en av disse driverne.
  158.  
  159. Portuguese = Aviso:   Antes de poderem ser instalados novos drivers de monitor, o ambiente Windows deve estar a ser 
  160. Portuguese = executado utilizando um dos drivers originais do Windows, tal como VGA.  
  161. Portuguese = Se nπo for este o caso, saia da instalaτπo e, utilizando o Windows Setup, mude para um destes drivers.
  162.  
  163. [Group Title]
  164. # Special group window title in translation:
  165. # Title name max. 25 characters. Default title defined in section below.
  166.  
  167. English           = VGA Display
  168. Danish            = VGA-skµrm
  169. Dutch             = VGA-weergave
  170. French            = Affichage VGA
  171. German            = VGA-Anzeige
  172.  
  173. Portuguese Brazil = Exposiτπo VGA
  174. Spanish           = Visualizaci≤n VGA
  175. Spanish Modern    = Pantalla VGA
  176.  
  177. Finnish           = VGA-nΣytt÷
  178. Norwegian         = VGA-skjerm
  179. Portuguese        = Monitor VGA
  180. Italian           = Display VGA
  181.  
  182. [Disks]
  183. # Numbered list of disk descriptions (max. 15 disks, max. 50 characters)
  184.  
  185. 1 = Cirrus 7548 v1.20 Windows 3.1x INSTALL Disk 1 of 2
  186. ;2 = Cirrus 7548 v1.20 Windows 3.1x INSTALL Disk 2 of 2
  187.  
  188. [SrcDirs]
  189. # Numbered list of source directories (max. 25)
  190. # Source is the location of INSTALL.EXE.
  191. # Use leading backslash '\' with caution.
  192. #
  193. # 1   =              // source directory, location of INSTALL.EXE
  194. # 2   = .            // source directory, location of INSTALL.EXE
  195. # 30  = docs         // subdirectory in source directory
  196. # 40  = utils\dos    // subdirectory in source directory
  197. # 50  = \utils\dos   // subdirectory in root of source drive
  198. # 100 = ..\utils\dos // subdirectory in parent of source directory
  199.  
  200. 10 =
  201.  
  202.  
  203. [DstDirs]
  204. # Numbered list of destination directories (max. 25)
  205. # These will be created in the default directory {D}. 
  206. # Use leading backslash '\' with caution.
  207. # 1   =              // default directory defined above {D}
  208. # 2   = .            // default directory defined above {D}
  209. # 30  = docs         // subdirectory created in default directory
  210. # 31  = \docs        // subdirectory created in root of default drive
  211. # 42  = blue\moon    // subdirectory created in default directory
  212. # 43  = \blue\moon   // subdirectory created in root of default drive
  213. # 100 = ..\blue\moon // subdirectory created in parent of default directory
  214. #
  215.  
  216. 20 = 
  217.  
  218.  
  219. [Files]
  220. # Destination file list (max. 250), options in parenthesis ().
  221. # Destination directory (Dir) is number from [DstDirs], w|s for Windows and System directories.
  222. # O|N|E  File Version Control:
  223. #            O is Overwrite
  224. #            N is copy only if newer, 
  225. #            E is copy only if not existing at destination
  226. #
  227. #------------------------------------Source===============---Destination===========================
  228. # ( File description max.50, )       Disk - Dir : Filename,  Dir : Filename  (, O|N|E  default = O)
  229. #-------------------------------------------------------------------------------------------------------
  230.  
  231. Microsoft 3D Controls,               1-10: CTL3D.DLL,     S: CTL3D.DLL,     Exists already?
  232.  
  233. 640x480x16M Driver,                  1-10: 16M_640.DR_,   S: 16M_640.DRV,    Overwrite
  234. 640x480x16M VDD,                     1-10: VDD16M48.38_,   S:VDD16M48.386,    Overwrite
  235. WINOS/2 256 Colors driver,           1-10: 256_1024.DR_,  S: 256_1024.DRV,   Overwrite
  236. Windows Setup Configuration File,    1-10: OEM7548.INF,   S: OEM7548.INF,    Overwrite
  237. Multi-Resolution 256 & 64k Color Linear Driver,       1-10: cir7548.DR_,   S: cir7548.DRV,   Overwrite
  238. Multi-Resolution 256 & 64k Color Linear Driver,       1-10: cir7548.DR_,   S: CIRRUS.DRV,   Overwrite
  239. 80486 Enhancement DLL Driver,       1-10: CIREXT.DL_,    S: CIREXT.DLL,      Overwrite
  240. DCI Provider for 16 Million Color Driver, 1-10: DCI16MIL.DR_,   S: DCI16MIL.DRV,   Overwrite
  241. Windows Enhanced Virtual Display Driver, 1-10: VDD7548.38_,   S: VDD7548.386,Overwrite
  242. DCI Provider,                        1-10: DCI7548.DR_,   S: DCI7548.DRV,    Overwrite
  243. DCI Manager,                         1-10: DCIMAN.DL_,    S: DCIMAN.DLL,     Overwrite
  244. WinMode Resolution Configuration Utility, 1-10: WINMODE.EX_, 20: WINMODE.EXE,Overwrite
  245. WinMode Multi-languages Modules,     1-10: WINMODEL.DL_, 20: WINMODEL.DLL,   Overwrite
  246. GD7548 Winmode DLL Options File,     1-10: WM7542.DL_,    20: WM7542.DLL,    Overwrite
  247. WM7548  Multi-languages Modules,     1-10: WM7542L.DL_,  20: WM7542L.DLL,    Overwrite
  248. WinMode Configuration File,          1-10: WINMODE.INI,   W: WINMODE.INI,   Overwrite
  249. Timing Parameters for Winmode,       1-10: TIMINGS.DAT,   20: TIMINGS.DAT,   Overwrite     
  250. Universal Draw Handler,              1-10: UDH.DL_,       S: UDH.DLL,       Overwrite
  251. Video Port Manager,             1-10: 7548VPM.DL_,      S: 7548VPM.DLL,   Overwrite
  252.  
  253. Power Management Screen Saver Help File, 1-10: PMSAVER.HL_, W: PMSAVER.HLP, Overwrite
  254. Power Management Screen Saver,       1-10: PMSAVER.SC_,   W: PMSAVER.SCR,   Overwrite
  255. Enhanced Mode Grabber,               1-10: AVGA.3G_,      S: AVGA.3GR,      Exists already?
  256.  
  257. #Special Driver                 ,      1-10: POWER.DR_,    S: POWER.DRV,    Exists already?
  258. #Special VDD                 ,         1-10: VPOWERD.38_,  S: VPOWERD.386,  Overwrite
  259. Standard Mode Grabber,               1-10: VGACOLOR.2G_,  S: VGACOLOR.2GR,  Exists already?
  260. Large System Fixed Font,             1-10: 8514FIX.FO_,   S: 8514FIX.FON,   Exists already?
  261. Large System OEM Font,               1-10: 8514OEM.FO_,   S: 8514OEM.FON,   Exists already?
  262. Large System Font,                   1-10: 8514SYS.FO_,   S: 8514SYS.FON,   Exists already?
  263. CGA Mode Emulation Font,             1-10: CGA40850.FO_,  S: CGA40850.FON,  Exists already?
  264. CGA Mode Emulation Font,             1-10: CGA40WOA.FO_,  S: CGA40WOA.FON,  Exists already?
  265. CGA Mode Emulation Font,             1-10: CGA80850.FO_,  S: CGA80850.FON,  Exists already?
  266. CGA Mode Emulation Font,             1-10: CGA80WOA.FO_,  S: CGA80WOA.FON,  Exists already?
  267. Courier System Font,                 1-10: COURE.FO_,     S: COURE.FON,     Exists already?
  268. Large Courier Font,                  1-10: COURF.FO_,     S: COURF.FON,     Exists already?
  269. EGA Mode Emulation Font,             1-10: EGA40850.FO_,  S: EGA40850.FON,  Exists already?
  270. EGA Mode Emulation Font,             1-10: EGA40WOA.FO_,  S: EGA40WOA.FON,  Exists already?
  271. EGA Mode Emulation Font,             1-10: EGA80850.FO_,  S: EGA80850.FON,  Exists already?
  272. EGA Mode Emulation Font,             1-10: EGA80WOA.FO_,  S: EGA80WOA.FON,  Exists already?
  273. Modern Font,                         1-10: MODERN.FO_,    S: MODERN.FON,    Exists already?
  274. Times Roman Font,                    1-10: ROMAN.FO_,     S: ROMAN.FON,     Exists already?
  275. Script Font,                         1-10: SCRIPT.FO_,    S: SCRIPT.FON,    Exists already?
  276. Serif System Font,                   1-10: SERIFE.FO_,    S: SERIFE.FON,    Exists already?
  277. Large Serif System Font,             1-10: SERIFF.FO_,    S: SERIFF.FON,    Exists already?
  278. Small System Font,                   1-10: SMALLE.FO_,    S: SMALLE.FON,    Exists already?
  279. Larger Small System Font,            1-10: SMALLF.FO_,    S: SMALLF.FON,    Exists already?
  280. SansSerif System Font,               1-10: SSERIFE.FO_,   S: SSERIFE.FON,   Exists already?
  281. Large SansSerif System Font,         1-10: SSERIFF.FO_,   S: SSERIFF.FON,   Exists already?
  282. Symbol System Font,                  1-10: SYMBOLE.FO_,   S: SYMBOLE.FON,   Exists already?
  283. Large Symbol System font,            1-10: SYMBOLF.FO_,   S: SYMBOLF.FON,   Exists already?
  284. System Font,                         1-10: VGA850.FO_,    S: VGA850.FON,    Exists already?
  285. System Font,                         1-10: VGA860.FO_,    S: VGA860.FON,    Exists already?
  286. System Font,                         1-10: VGA861.FO_,    S: VGA861.FON,    Exists already?
  287. System Font,                         1-10: VGA863.FO_,    S: VGA863.FON,    Exists already?
  288. System Font,                         1-10: VGA865.FO_,    S: VGA865.FON,    Exists already?
  289. Standard System Fixed Font,          1-10: VGAFIX.FO_,    S: VGAFIX.FON,    Exists already?
  290. Standard System OEM Font,            1-10: VGAOEM.FO_,    S: VGAOEM.FON,    Exists already?
  291. Standard System Font,                1-10: VGASYS.FO_,    S: VGASYS.FON,    Exists already?
  292. TV OEM Font,                         1-10: TVOEM.FO_,     S: TVOEM.FON,     Exists already?
  293. TV Fixed Font,                       1-10: TVFIX.FO_,     S: TVFIX.FON,     Exists already?
  294. TV System Font,                      1-10: TVSYS.FO_,     S: TVSYS.FON,     Exists already?
  295. #Additional Release Information,      1-10: READOS2.TXT,   D: READOS2.TXT,    Overwrite
  296.  
  297. ;Disk #1 also (used to be disk 2)
  298. WM7548 DLL Help File,                1-10: WM7542.HL_,    20: WM7542.HLP,    Overwrite
  299. WinMode Help File,                   1-10: WINMODE.HL_,   20: WINMODE.HLP,   Overwrite
  300. Cinepak driver,                      1-10: ICCVID.DR_,    S: ICCVID.DRV,    Overwrite
  301.  
  302. [PM Info]
  303. #
  304. # Default group window title.
  305. #
  306. DefaultPMGroup  =   VGA Utilities
  307.  
  308.  
  309. # If a previous installation has the exact same filename and group title then
  310. # 'y' to the following will remove the old icons before the new are embedded.
  311. # y|n                                 (default) 
  312. #
  313. DeleteOldPMGroup = no             // (yes)
  314.  
  315.  
  316. # Setup the group window and run applications:
  317. # List of applications (max 20) to place in the new group window, options in parenthesis ().
  318. # The last application listed to run will be the first application user sees.
  319. #
  320. # y|n     Run application?
  321. # Dir     Directory is number from [DstDirs], or w|s for Windows and System directories.
  322. # Filename may include parameters.
  323. # Description under icon less than 30 characters 
  324. # Icon # starts with 0 (zero); an application may only have one icon (default).
  325. # m|p     Optional icon files moricons.dll and progman.exe
  326. #
  327. # Accelerator key (application shortcut key) format:     controls "keyboard"
  328. #       controls: c|a|s   Ctrl and/or Alt and/or Shift, or none (Ctrl-Alt default)
  329. #       keyboard: "A" or "a" same key, "home", "F12", "Page down", "num 5", etc.
  330. #----------------------------------------------------------------------------------------------------
  331. # (y|n,)   Dir: Filename (,Description)(,Icon #)(,m|p)(,Accelerator)
  332. #----------------------------------------------------------------------------------------------------
  333. #
  334. # yah,  W : NOTEPAD.EXE readme., , , , " Page down "
  335. #       2 : readme.txt, READ FIRST!!, 12, m , CAS"num 9"
  336. #
  337.  
  338. y,  D: WINMODE.EXE, WinMode
  339.  
  340.  
  341. [INI Info]
  342. # This part is performed at the end of the installation process.
  343. # Parameters are for calls to GetPrivateProfileString().
  344. # If a file does not exist it will be created.
  345. # Dir     Directory is number from [DstDirs], or w|s for Windows and System directories.
  346. #----------------------------------------------------------------------------------------------------
  347. # Dir: Filename, Section, Entry, Value ( or {d}default directory)
  348. #----------------------------------------------------------------------------------------------------
  349. # W: WinMode.INI, CLMode, path, {D}
  350. #
  351.  
  352.   W: WinMode.INI, CLMode, path, {D}
  353.  
  354.  
  355. ;[End] optional
  356.  
  357.